home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00186_Script_OtherScroll < prev    next >
Text File  |  1999-02-25  |  418b  |  18 lines

  1. property x
  2.  
  3. on enterFrame me
  4.   if the loch of sprite the spriteNum of me > - 200 then
  5.     set the loch of sprite the spriteNum of me = the loch of sprite the spriteNum of me - x
  6.   else
  7.     set the loch of sprite the spriteNum of me = 550
  8.     end if
  9. end
  10.  
  11.  
  12.  
  13.  
  14. on getPropertyDescriptionList
  15. set p_list = [¼
  16.             X: [ #default:0, #format:#integer, #comment:"Scroll displacement"]] 
  17. return p_list
  18. end